<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------------------首页 Index----------------------------*/
/*搜索框*/
.searchInput { width: 470px; }
.search button { width: 70px; }
    .search button .iconfont { font-size: 25px; }

/*购物车*/
.shopping_cart { width: 180px; height: 33px; line-height: 33px; position: absolute; margin-top: 20px; }

/*Nav*/
.sub_menu { width: 725px; height: 498px; }
    .sub_menu dt a { padding: 3px 10px; }
    .sub_menu dd a { display: inline-block; max-width: 120px; overflow: hidden; height: 25px; line-height: 25px; border-right: 1px dotted #ededed; padding: 0px 10px; margin: 0px; }

/*nav_right开始*/
.nav_right { width: 240px; height: 500px; top: 36px; }
    .nav_right .nav_news { height: 320px; }
        .nav_right .nav_news .iconfont { display: none; }
        .nav_right .nav_news ul li { border-bottom: 1px dotted lightblue; padding-left: 10px; }
    .nav_right .user_btn { margin-top: 10px; }
        .nav_right .user_btn a { width: 80px; margin: 0 12px; height: 30px; line-height: 30px; text-align: center; font-size: 14px; }
    .nav_right .nav_tel { text-align: center; }

/*banner*/
.banner_nav li { width: 16px; height: 16px; border-radius: 0px; margin: 5px; }

/*用户自定义专区*/
.user-defined ul li:hover { opacity: 0.3; }

/*floor*/
.floor-title, .floor-title .title_l, .floor-title .title_r { height: 40px; line-height: 40px; }
.floor_r li { height: 213px; }
.floor-title .title_r a { height: 25px; line-height: 25px; }
.productName, .productPrice { text-align: center; }


/*-------------商品列表页：goodsList--------------------*/
/*root_nav开始*/
.root_title，.root_title a { height: 40px; line-height: 40px; }
.ranking .rank_title, .recommend .rank_title { height: 32px; line-height: 32px; }

/*--------------------商品详情页-------------------------*/
.root_info li span.current { border-width: 1px; }
.root_info .addShopping a { border-radius: 0px; }
.root_price .price .spanbtn { padding: 2px 3px; }
.commodity_tab { border-top-width: 1px; }

/*---------用户注册----------*/
.register table { width: 60%; margin: 0 auto; }
.register h2 { font-weight: normal; height: 60px; line-height: 60px; border-bottom: 1px dotted #f8f8f8; margin-bottom: 20px; }
.register #CustomerClass span { padding: 5px 10px; }
</pre></body></html>